/ Assembly List / LJCGenTextLib / Replacements / Add

Namespace - LJCGenTextLib


Parameters
name - The section name.
value - The replacement value.

Returns

A reference to the object that was added.

Syntax

C#
public Replacement Add(String name, String value)

Creates the Replacement object with the supplied values and adds it to the end of the collection.

Remarks

Does not create or add the object if the supplied name is blank.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.